home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Immoral Angel 1
/
Immoral Angel 1.iso
/
mac
/
PROGRAM
/
MOVIE4.DXR
/
MOVIE4.DXR
/
00041_packageV,up.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1997-07-11
|
310 b
|
15 lines
on mouseDown
global selectedvideonum, status
if status <> EMPTY then
if the puppet of sprite 19 = 1 then
beepsound()
exit
end if
end if
eracemenudownbutton()
set selectedvideonum to char 1 of string(selectedvideonum) & "P"
if button() then
go(selectedvideonum)
end if
end